header {
    position:fixed;
    top: 0;
    width: 100%;
    background-color:rgb(152,152,152,0.7);
    z-index:1;
    
}

header .left-nav{
    margin-top: 5px;
}

header .right-nav a{
    color: #ccc;
}

header .right-nav a:hover{
   background-color: black;
   color: white;
   border-radius: 10px;
   padding:10px 15px;
   display: inline-block;
}


header  span .fa-bars {
    color: black;
}


header button{
    margin-left: 251px;
    margin-top: -67px;

}


#video{
    width: 100%;
    height:100vh;
    display: flex;
    position: relative;
}
#video video{
    width: 100%;
    height:100vh;
    object-fit: cover;
}
#video .media{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.7);
}

#video .media p{

color: rgba(12,60,96);

}

#video .media h2{
    color: rgba(12,60,96);
    font-size: 49px;
    font-weight: 300;
    margin-top: -19px;
}

#about{
    padding: 20px;

}

#about h3{
    margin-top: 70px;
    font-weight: 400;
    font-size: 39;
    color: rgba(12,60,96);
}

#about p{
        margin-top: 40px;
        font-size: 20px;
         color: rgba(12,60,96);
        
}

#middle {
    margin-top: 50px;
    background: rgba(209,224,235);
}

#middle .cardone{
    margin-top: 20px;
}

#middle .cardone h5{
    color: rgba(209,224,235);
}

#middle .cardone p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 55px;
}


#middle .cardone .card-body{
    background: rgba(12,60,96);
}

#middle .cardtwo{
    margin-top: 20px;
}

#middle .cardtwo h5{
    color: rgba(209,224,235);
}

#middle .cardtwo p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
}

#middle .cardtwo .card-body{
    background: rgba(12,60,96);
}

#middle .cardthree{
    margin-top: 20px;
}

#middle .cardthree h5{
    color: rgba(209,224,235);
}

#middle .cardthree p{
    color: rgba(209,224,235);
    font-size: 14px;
    margin-top: 21px;
    margin-bottom: 109px;
}

#middle .cardthree .card-body{
    background: rgba(12,60,96);
}


#end {
    background: rgba(12,60,96);
    padding: 20px;
}

#end iframe{
    margin-top: 50px;
}


#end  .end1 p{
    color: rgba(255,255,255,);
}

#end .text-center {
    margin-top: 50px;
    color: rgba(255,255,255);
    font-size: 16px;
}

#end .end1{
    color: rgba(255,255,255);
    font-size: 50px;
    margin-top: 50px;
    font-weight: 300;
}

#end textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
    margin-top: 30px;}

 #end label {
        display: inline-block;
        margin-bottom: 0.5rem;
        color: white;
    }

#end label span{
    color: yellow;
}

#end .btn-primary:hover {
    background-color: white;
    color: rgba(12,60,96);
}

#end button:active {
  background-color: rgba(12,60,96);
 }
 #end button{
     width: 153px;
     margin-top: 20px;
 }

#end form{
    width: 100%;
}

footer{
    background: rgba(12,60,96);
    width: 100%; 
   
}
footer p{
    color: white;
    margin-top: 69px;
}
footer .fb {
   color: white;
   margin-top: 60px;
}

footer .tw{
    color: white;
    margin-top: 60px;
}
























@media (max-width:400px){
    footer .d-inline-flex {
        display: inline-flex!important;
        margin-right: 273px;
        margin-top: -75px;
    }
}


@media (max-width:700px){
    footer .d-inline-flex {
        display: inline-flex!important;
        margin-right: 313px;
        margin-top: -75px;
    }
}

.navbar-nav li.active{
    background-color: black;
}